home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / may / 20 / README.TXT < prev    next >
Encoding:
Text File  |  2000-05-06  |  34.6 KB  |  887 lines

  1.    WELCOME TO WINBATCH 2000c!
  2.  
  3.  
  4.  
  5.    WinBatch is the Windows Batch Language that you can use to write
  6.    real honest-to-goodness Windows batch files to control every
  7.    aspect of your machine's operation.  There are more than hundreds
  8.    and hundreds of different functions that allow you to do *anything* 
  9.    with WinBatch!
  10.  
  11.    This package contains all the pieces you need to create batch files
  12.    for Windows NT, Windows 95, and Windows 98.  16 bit counterparts,
  13.    --Version 97E-- if required, may be found on the CD-ROM or downloaded 
  14.    from our website at http://www.windowware.com
  15.  
  16.    The pieces are:
  17.  
  18.    WinBatch Interpreter      32 bit version
  19.    FileMenu and PopMenu      32 bit version for 
  20.                                 Windows 95/98 and NT 4.0/5.0/2000
  21.  
  22.  
  23.  
  24.    This software package -- if you have the WinBatch+Compiler -- 
  25.    also contains:
  26.  
  27.    WinBatch Compiler         32 bit version
  28.  
  29.  
  30.    This package also contains assorted NETWORK EXTENDERS.  They are
  31.    not installed by default.  If you want the network extenders
  32.    installed, you MUST check the "Install Network Extenders"
  33.    checkbox during the setup process.  If you missed installing
  34.    the extenders, just re-run setup and try again.
  35.  
  36.    Additional Extenders may also be found in the "Extenders"
  37.    subdirectory on the CD-ROM.
  38.  
  39.    You can install the optional WIL Extenders by running their 
  40.    SETUP.WBTs (located in their respective directories on the CD), 
  41.    after you have installed Winbatch.
  42.  
  43.    Each extender has its own detailed HLP file and a TXT file describing
  44.    additions and changes.
  45.  
  46.    Additional information on these extenders (and the latest arrivals)
  47.    is available from our technical database at:
  48.  
  49.            http://techsupt.windowware.com 
  50.  
  51.    under the heading:  "WIL Extenders".
  52.  
  53.  
  54.    WIL Extenders are special purpose DLLs to extend the usability and 
  55.    friendliness of WinBatch.  Here's a list of some extenders on your CD:
  56.  
  57.  
  58.    ====================
  59.    HTML Dialog Extender
  60.    (htmldlg.zip)
  61.  
  62.    The ultimate in WinBatch dialogs.  Images, sounds, fonts
  63.    colors and even animated GIF's are supported. Make your dialogs 
  64.    look like web pages.
  65.  
  66.    Requires Windows 98 (or at least MSIE 4.0).
  67.    WinBatch 98a or newer required.
  68.  
  69.  
  70.    ====================
  71.    Serial Port Extender
  72.    (serial.zip)
  73.  
  74.    Talk to serial ports. Communicate with modems, X-10
  75.    household controllers, lab equipment, pretty much any
  76.    serial device. Script BBS sessions. Does X/Y/Z-modem
  77.    transfers. Write a phone dialer.  Get your stock quotes.
  78.    No need to try scripting HyperTerminal, do it directly
  79.    with this extender.
  80.  
  81.  
  82.    ====================
  83.    Control Manager Extender
  84.    (ctlmgr.zip)
  85.  
  86.    Finally! Perfect control over all Windows dialog boxes.
  87.    See inside list boxes, interrogate check boxes, set radio
  88.    buttons, handle the new tabbed dialogs.
  89.  
  90.  
  91.    ====================
  92.    WinSock Extender
  93.    (formerly known as the Internet Extender)
  94.    (winsock.zip)
  95.  
  96.    Send Internet email, grab web pages, automate FTP
  97.    sessions, and more. Proxy/firewall support.
  98.  
  99.  
  100.    ====================
  101.    WinInet Extender
  102.    (wininet.zip)
  103.  
  104.    Use Windows built-in services to grab web pages (SSL
  105.    too!) FTP and Dial-up networking. Requires Windows
  106.    98/NT 5.0 or at least MSIE 4.0 installed.
  107.    WinBatch 98a or newer required.
  108.  
  109.  
  110.    ====================
  111.    File Search Extender
  112.    (searcher.zip)
  113.  
  114.    Find files. Find data in files. Traverse directories. High
  115.    speed file and text search engine. XCOPY and
  116.    DELTREE examples included.
  117.  
  118.  
  119.    ====================
  120.    ODBC Extender
  121.    (odbc.zip)
  122.  
  123.    Our ODBC extender.
  124.    Familiarity with ODBC required.
  125.    WinBatch 98a or newer required.
  126.  
  127.  
  128.    ====================
  129.    Printer Control Extender
  130.    (printer.zip)
  131.  
  132.    Assists in working with printer drivers.
  133.    WinBatch 98a or newer required.
  134.  
  135.  
  136.    ====================
  137.    Zipper Extender
  138.    (zipper.zip)
  139.  
  140.    ZIP and UNZIP files.
  141.    WinBatch 98a or newer required.
  142.  
  143.  
  144.  
  145.  
  146.    ======================================================================
  147.    SYSTEM REQUIREMENTS
  148.  
  149.    WinBatch requires an IBM PC or compatible running 
  150.    Microsoft Windows NT/2000 or Windows 95/98.
  151.  
  152.  
  153. *************************************************************************
  154. *************************************************************************
  155. *************************************************************************
  156. *                                                                       *
  157. *                 Converting scripts to WinBatch 2000                   *
  158. *                                                                       *
  159. *    In general we have attempted to make WinBatch 2000 backwards       *
  160. *    compatible with WinBatch 95/96/97.   However, for various          *
  161. *    and sundry reasons some changes were made that may affect the      *  
  162. *    the execution of scripts.                                          *
  163. *                                                                       *
  164. *    We've attempted to make a list of these changes that might         *
  165. *    break currently running scripts and to give you some               *
  166. *    background on the issues involved so that you can successfully     *
  167. *    modify your scripts to run under WinBatch 2000.                    *
  168. *                                                                       *
  169. *                                                                       *
  170. *   1) Because of a Windows 98/2000 modification by Microsoft, the      *
  171. *      WinActivate function works differently.  Microsoft modified      *
  172. *      the Windows API to attempt to prevent various windows from       *
  173. *      suddenly popping up on the screen, breaking users'               *
  174. *      concentration, perhaps swallowing some typing and possibly       *
  175. *      executing undesired functions as a result of such typing.        *
  176. *                                                                       *
  177. *      This API change broke the WinBatch WinActivate family of         *
  178. *      functions and the WinBatch SendKeysTo function.  As usual,       *
  179. *      applying the requisite amount of rectubular mirrors and the      *
  180. *      usual magic smoke, we have managed to restore functionality      *
  181. *      to the WinActivate and SendKeysTo functions.   But of course     *
  182. *      they work slightly differently now.  Your scripts will need      *
  183. *      to be tested under Windows 98, Windows 2000 and WinBatch         *
  184. *      2000 to ensure proper functionality.                             *
  185. *                                                                       *
  186. *      Scripts that use the WinActivate, WinActivChild,SendKeysTo,      *   
  187. *      SendKeysChild,and any script that uses a "Window on top"         *
  188. *      trick via a DLLCall that was published in our technical          *
  189. *      database shouldbe examined and tested.                           *
  190. *                                                                       *
  191. *      The Microsoft change also affected various Winbatch DIALOG,      *
  192. *      MESSAGE boxes, ASKLINE and other WinBatch popup windows          *
  193. *      that appear as a result of your script.  We think we covered     *
  194. *      most of these reasonably well.                                   *
  195. *                                                                       *
  196. *      There are a few new IntControls available to modify the          *
  197. *      WinBatch behavior in popping up windows.                         *
  198. *                                                                       *
  199. *                                                                       *
  200. *   2) TimeYmdHms and other time functions have been modified to        *
  201. *      return a 4 year date by default.  This was provoked by the       *
  202. *      Y2K problem and in an attempt to help keep our customers         *
  203. *      out of any Y2K problems their scripts might cause. An            *
  204. *      IntControl (41) isa vailable to  select 2 year dates             *
  205. *      if desired.  Also hours "24" an beyond are not valid.  In the    *
  206. *      past the "24" hour was considered the same at the "00" hour      *
  207. *      causing the following two times to be equal                      *
  208. *      (and causing confusion)                                          *
  209. *      1998:01:01:00:00:00                                              *
  210. *      1998:01:01:24:00:00                                              *
  211. *                                                                       *
  212. *                                                                       *
  213. *   3) Older versions of WinBatch (95/96/97) cannot use the new         *
  214. *      network (and some other) extenders.  WinBatch 2000 can use       *
  215. *      both new and old extenders.  This should not be a problem.       *
  216. *                                                                       *
  217. *                                                                       *
  218. *   4) The date string returned by the TimeDate function now            *
  219. *      includes a 4-digit year, if this was configured via Control      *
  220. *      Panel.                                                           *
  221. *                                                                       *
  222. *      Please note that the date returned by the TimeDate functions     *
  223. *      should ONLY be used to display the date to an operator.  It      *
  224. *      should NEVER be used in computations - e.g., to build a file     *
  225. *      name, or to computer time differences, or to determine the day   *
  226. *      of theweek.  Use TimeYmdHms and other time functions for these   *
  227. *      purposes instead.  This is because users can modify their        *
  228. *      Control Panel settings and change the format of the date         *
  229. *      returned by TimeDate.  Also note that the Control Panel          *
  230. *      settings are merely suggestions to WinBatch on how the date      *
  231. *      should be formatted.  It does not format the date to             *
  232. *      *exactly* the Control Panel specifications.                      *
  233. *                                                                       *
  234. *   5) Changed FileRead to treat line feeds as line terminators,        *
  235. *      instead of carriage returns.  This means that FileRead now       *
  236. *      supports both DOS files (which have CR/LF terminators) and       *
  237. *      UNIX files (which have LF terminators).  This should not         *
  238. *      affect existing scripts.                                         *
  239. *                                                                       *
  240. *   6) SendKey (and SendKeysTo and SendKeysChild) now turns             *
  241. *      CAPSLOCKoff while sending keystrokes (and restores the           *
  242. *      previous state when it is done).  This fixes a problem that      *
  243. *      was occurring when caps lock was on, and a shifted key           *
  244. *      combination was specified [eg, SendKey("+a")], resulting in      *
  245. *      a lower-case character being sent.  Although this was            *
  246. *      faithfully duplicating the behavior of typing keystrokes         *
  247. *      manually ("reverse caps lock"), the intended behavior            *
  248. *      is for SendKey to ignore the caps lock state, and to             *
  249. *      therefore behave consistently whether caps lock is on or off.    *
  250. *                                                                       *
  251. *   7) Several functions that return a delimited list no longer         *
  252. *      return a trailing delimiter, standardizing the structure of a    *
  253. *      delimited list variable.  Unless you are manipulating lists      *
  254. *      outside of the standard functions (Item...) this should not      *
  255. *      cause a problem.                                                 *
  256. *                                                                       *
  257. *    8) In Windows 98 and NT 5.0 it seems that a great many Windows     *
  258. *       utilities (File Manager, Control Panel, Explorer, etc.) now     *
  259. *       have the new Web-style interface.  The SendMenusTo function     *
  260. *       does not work with these utilities. This is also true for       *
  261. *       Office 97.  An easy way to tell is to watch the menu items      *
  262. *       as you move the mouse over them. If they "pop out" or have      *
  263. *       other graphical effects, then it is not a "standard" windows    *
  264. *       menu and the SendMenusTo function will not work with            *
  265. *       them.  SendKeysTo should continue to work.                      *
  266. *                                                                       *
  267. *   9) Changed the way the following string sorting and comparison      *
  268. *      functions operate:                                               *
  269. *                                                                       *
  270. *           BinarySort                                                  *
  271. *           ItemSort                                                    *
  272. *           ItemSortNc                                                  *
  273. *           StrCmp                                                      *
  274. *           StriCmp                                                     *
  275. *           >, >=, <, and <= (operators)                                *
  276. *                                                                       *
  277. *      Previously, they were sorting (or comparing) strings on a        *
  278. *      character-by-character basis.  They now perform a "word sort",   *
  279. *      which comparesstrings  based on their collation sequence.        *
  280. *      Hyphens and apostrophes are considered of minor importance,      *
  281. *      and all other non-alphanumeric characters are sorted before      *
  282. *      any alphanumeric character.                                      *
  283. *                                                                       *
  284. *                                                                       *
  285. *  10) WinBatch Compiler issue.                                         *
  286. *      Starting in version 99A, several limits of Winbatch memory       *
  287. *      were removed.  This includes:                                    *
  288. *                                                                       *
  289. *         a) 64K limit of WBT files removed.                            *
  290. *         b) 64K limit on string space removed                          *
  291. *         c) Variable size limitations effectively removed by B         *
  292. *                                                                       *
  293. *     In order to also allow WBT files to be encoded into WBC files     *
  294. *     (thus removing a related limitation on WBC files) the WBC file    *
  295. *     format was modified.  This has the consequence of making WBC      *
  296. *     files compiled with pre-99A versions of Winbatch incompatible     *
  297. *     with exe's producted by the 99A version of the compiler.  WBC     *
  298. *     Files used by the new EXE's must be recompiled. NOTE that this    *
  299. *     limitation was removed in the 99B version of WinBatch so that     *
  300. *     versions 99B and newer can use old WBC and WBE files.             *
  301. *                                                                       *
  302. *     The new 99A+ compatible versions of the WBC files are not         *
  303. *     compatible with pre-99A versions.                                 *
  304. *                                                                       *
  305. *                                                                       *
  306. *************************************************************************
  307. *************************************************************************
  308. *************************************************************************
  309.  
  310.  
  311.    Improvements from previous versions
  312.  
  313.    The file "The list of Fixes and Improvements.txt" details the 
  314.    many bug fixes and enhancements that have been made to the 
  315.    program since many previous releases.
  316.  
  317.  
  318.  
  319.  
  320.  
  321.    About the WinBatch Compiler
  322.  
  323.    Also available is our "WinBatch+Compiler," (if you have not  
  324.    purchased it yet).  With the WinBatch+Compiler, you can turn 
  325.    your WBT files into standalone EXE files that you can distribute 
  326.    on a royalty-free basis.
  327.  
  328.    Have a BIG network?  Want all your users to run your WBT files?
  329.    Compile the WBT files with the WinBatch Compiler and put the
  330.    EXEs up on the server.
  331.  
  332.    Making specialized WinBatch files for clients?  Don't want them
  333.    modifying your files?  Just compile the WBT files, and give the
  334.    EXEs to your client.
  335.  
  336.    Are you the "corporate guru"?  Get a compiler.  Compile those WBT
  337.    files and hand them out like candy.
  338.  
  339.    The WinBatch Compiler, a separate product from the WinBatch
  340.    Interpreter contained in these files, is available for $495.00,
  341.    plus shipping, if applicable.  The WinBatch Compiler includes a
  342.    copy of WinBatch.  In addition, if you buy a copy of Winbatch, you
  343.    have 90 days to upgrade to the Compiler and just pay the difference
  344.    in price.
  345.  
  346.  
  347.  
  348.  
  349.  
  350.    HOW TO INSTALL WINBATCH
  351.  
  352.  
  353.    Use our SETUP.EXE program, which will copy the files for you
  354.    and install a WINBATCH Start Menu or Program Manager group.
  355.  
  356.    To use our SETUP.EXE program...  
  357.  
  358.  
  359.      1) Close down all extraneous Windows applications.
  360.  
  361.      2) Double-Click on the SETUP.EXE program
  362.  
  363.      3) When the setup program asks for a directory, specify initial
  364.         directory, or accept the given default.
  365.  
  366.  
  367.    NOTE:  If you are updating from a previous version, and made any of the
  368.           WinBatch files READ-ONLY, remove the read-only attribute from
  369.           the files before running setup.
  370.           (Or else the setup process will hang)
  371.  
  372.  
  373.  
  374.    WinBatch can run in English, French, German, and "Val Speak".
  375.    The strings are controlled by the WWWDLANG.* files. If you
  376.    just launch WinBatch by itself, it will then automatically
  377.    run the "default.wbt" file.  The default.wbt file has a number
  378.    of options allowing you to perform various operations, including
  379.    changing the current language.
  380.  
  381.  
  382.  
  383.    An order form may be found in the WinBatch help file.  
  384.    Once you are viewing the order form, you can then select
  385.    the Print button to obtain a hard copy.
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  The following information may be found below:
  392.  
  393.     a) Information on our fully functional demos and our
  394.        "Registration Reminder" screens.
  395.  
  396.     b) A basic, concise explanation of our disclaimers.
  397.  
  398.     c) Installation instructions for our automated installation
  399.        program. 
  400.  
  401.     d) Generic uninstall instructions.
  402.  
  403.     e) Our update policy.
  404.  
  405.     f) On-line support.
  406.  
  407.     g) The long, drawn out legalese section, software license
  408.        information, limited warranty, trademarks, etc.
  409.  
  410.     h) Information on other products that we offer.
  411.  
  412.     i) Ordering information.
  413.  
  414.     j) How to find the Order Form.
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.                    REGISTRATION REMINDERS
  433.  
  434.  Unlicensed copies of Wilson WindowWare products are 100% fully
  435.  functional.  We make them this way so that you can have a real
  436.  look at them, and then decide whether they fit your needs or
  437.  not.  Our entire business depends on your honesty.  If you use
  438.  it, we expect you to pay for it.  We feel that if we treat you
  439.  well, you will treat us well.  Unlicensed copies of our 
  440.  products do have a registration reminder screen that appears
  441.  whenever you start the program.  This shouldn't really affect
  442.  your evaluation of our software.
  443.  
  444.  We're sure that once you see the incredible quality of our 
  445.  software, you will dig out your credit card, pick up the phone,
  446.  call the nice people at our 800 number and register the
  447.  software. 
  448.  
  449.  If you work for a large corporation, you can purchase most of
  450.  our products the same way you buy your retail software.  Just
  451.  send the purchase request up the line.  Most all the corporate
  452.  software suppliers (Egghead Corporate, Software Spectrum,
  453.  Corporate Software, Programmers Shop, and many others) purchase
  454.  considerable volumes from us on a regular basis.
  455.  
  456.  When you pay for the software you like, you are voting with
  457.  your pocketbook, and will encourage us to bring you more of the
  458.  same kinds of products.  Pay for what you like, and then, more
  459.  of what you like will almost magically become available.
  460.  
  461.  
  462.                         LEGAL MATTERS
  463.  
  464.  Of course the usual disclaimers still apply.  We are not 
  465.  responsible for anything at all.  Nothing.  Even if we are held
  466.  responsible, the limit of our liability is the licensing fees
  467.  you paid.  The full text of our license agreement is found near
  468.  the bottom of this file. 
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.                  HOW TO INSTALL THIS SOFTWARE
  486.  
  487.   Use our snazzy setup program...
  488.  
  489.         1) Close down all extraneous Windows applications.  
  490.            (You do have to be in Windows to run SETUP.EXE)
  491.  
  492.         2) Double-Click on the SETUP.EXE or use the Software
  493.            install facility (if available) in Control Panel.
  494.  
  495.         3) When the setup program asks for a directory, specify
  496.            an initial directory, or accept the given default.      
  497.  
  498.         4) When the screen comes up that asks you what you want
  499.            to install, do your selections, then hit the NEXT 
  500.            button to continue. If you want to install Network 
  501.            extenders or non-English language support, this is 
  502.            your opportunity.
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.                     UN-INSTALL INFORMATION
  512.  
  513.  This software may be uninstalled via the uninstall option
  514.  in the Control Panel Add/Remove software dialog, or by running
  515.  the uninstal.exe program in the WinBatch/System subdirectory.  If 
  516.  you simply delete all the files first, you will not be able to
  517.  run the uninstall program and there may still be traces of the
  518.  program in various places on the system.
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.                         UPDATE POLICY
  538.  
  539.  Wilson WindowWare frequently updates its products.  There are
  540.  various kinds of updates, including Major updates, Minor
  541.  updates, and bug-fix updates.
  542.  
  543.  Minor and bug-fix updates for our shareware products are free -
  544.  - subject only to our reasonable shipping and handling
  545.  charges for disks. As we are not in the disk selling business,
  546.  you may find that shareware vendors specializing in disk sales
  547.  can easily sell disks cheaper than we can.  On the other hand,
  548.  we *always* have the most recent versions of our software.   Our
  549.  shipping and handling charges for update disks are as follows:
  550.  
  551.      10.00  US and Canada for the first product.
  552.       5.00  US and Canada for each additional product.
  553.       9.50  Surcharge for shipping outside of US and Canada.
  554.  
  555.  If you obtain a minor or bug-fix update from our Web site 
  556.  (http://www.windowware.com ) or other online service, a BBS, 
  557.  a shareware disk vendor or from another source, there is no 
  558.  charge from us (of course you will have to pay the on-line 
  559.  service fees for your ISP, disk vendors fees, or at least pay 
  560.  your phone bill for downloading from a BBS). In addition, you 
  561.  may use  a single set of disks to perform minor or bug-fix 
  562.  updates on any number of copies of a product.
  563.  
  564.  The policy and pricing for Major shareware updates vary.
  565.  Depending on the nature of the upgrade, length of time since
  566.  the previous major upgrade, desirability of new features added,
  567.  the extent of revisions to the printed manuals (if any), work
  568.  involved and possible price changes for new users, we may or
  569.  may not charge fees.  Update fees for major updates tend to
  570.  run 20% to 40% of the cost of the product.  Major updates tend
  571.  to occur every few years.
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.                       ON-LINE SUPPORT
  583.  
  584.  Wilson WindowWare has on-line support!
  585.  
  586.  Wilson WindowWare lives on the INTERNET. We maintain a
  587.  World Wide Web Server and an anonymous ftp site
  588.  
  589.     WWW URL    http://www.windowware.com
  590.  
  591.  Tech support database is available at
  592.   
  593.     http://techsupt.windowware.com
  594.  
  595.  and our WebBBS -- where you can post questions and code --
  596.  is available via a link from our Tech Support database.
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.                      THE LEGALESE SECTION
  611.  
  612.  WINBATCH          Copyright ⌐ 1991-2000 by Morrie Wilson.
  613.  WINBATCH+COMPILER Copyright ⌐ 1991-2000 by Morrie Wilson.
  614.  WEBBATCH          Copyright ⌐ 1996-2000 by Wilson WindowWare, Inc
  615.  
  616.  
  617.  
  618.                      SOFTWARE LICENSES
  619.                   SHAREWARE LICENSE - END USER
  620.  
  621.  Wilson WindowWare software is not and has never been public
  622.  domain software, nor is it free software. 
  623.  
  624.  Non-licensed users are granted a limited license to use our
  625.  software on a 21-day trial basis for the purpose of determining
  626.  whether the software is suitable for their needs.  Any use
  627.  of our software, except for the initial 21-day trial, requires
  628.  registration.  The use of unlicensed copies of our software,
  629.  outside of the initial 21-day trial, by any person, business,
  630.  corporation, government agency or any other entity is
  631.  strictly prohibited. 
  632.  
  633.  
  634.  SHAREWARE LICENSE - FOR DISTRIBUTION OF SHAREWARE FILES,
  635.  USER GROUPS, BBS's, ONLINE SERVICES, SHAREWARE VENDORS, and
  636.  OTHERS
  637.  
  638.  A limited license is granted to copy and distribute our
  639.  shareware software only for the trial use of others, subject to
  640.  the following limitations:
  641.  
  642.   1)    The software must be copied in unmodified form, complete
  643.         with the file containing this license information.
  644.  
  645.   2)    The full machine-readable documentation must be included
  646.         with each copy.
  647.  
  648.   3)    Our software may not be distributed in conjunction with
  649.         any other product without a specific license to do so
  650.         from Wilson WindowWare.
  651.  
  652.   4)    Vending of our software products in retail stores (by
  653.         "shareware rack vendors") is specifically prohibited
  654.         without prior written authorization.
  655.  
  656.   5)    No fee, charge, or other compensation may be requested
  657.         or accepted, except as authorized below:
  658.  
  659.      A) Non-profit user groups may distribute copies of the our
  660.         products to their members, subject to the above
  661.         conditions, without specific permission.  Non-profit
  662.         groups may collect a disk duplication fee not to exceed
  663.         five dollars.
  664.  
  665.      B) Operators of electronic bulletin board systems (sysops)
  666.         and web site operators (webmasters) may make our products 
  667.         available for downloading only as long as the above 
  668.         conditions are met.  An overall or time-dependent charge 
  669.         for the use of the bulletin board system or web site is 
  670.         permitted as long as there is not a specific charge for 
  671.         the download of our software.
  672.  
  673.      C) Mail-order vendors of shareware software approved by
  674.         the ASP may distribute our products, subject to the
  675.         above conditions, without specific permission.  Non-
  676.         approved vendors may distribute our products only after
  677.         obtaining written permission from Wilson WindowWare.
  678.         Such permission is usually granted.  Please write for
  679.         details (enclose your catalog).  Vendors may charge a
  680.         disk duplication and handling fee, which, when pro-rated
  681.         to each individual product, may not exceed eight
  682.         dollars.
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  LICENSED COPIES OF OUR SOFTWARE ARE GOVERNED BY THE FOLLOWING:
  692.  
  693.     THIS SOFTWARE IS NOT FOR SALE: The software is subject
  694.     to the following license terms and conditions.
  695.     
  696.     SOFTWARE LICENSE granted, when required fees paid, by 
  697.     Wilson WindowWare, Inc., a Washington corporation, with 
  698.     its mailing address at 5421 California Ave. SW. Seattle,
  699.     WA 98136. The software contained in this package is 
  700.     licensed to you as the end user. It is not sold.
  701.     
  702.     LICENSE: 1.0 The software contained in this package 
  703.     (hereafter referred to as "the Software") is copyrighted 
  704.     material owned by Wilson WindowWare, Inc. Payment of the
  705.     single copy license fee authorizes one named person to 
  706.     use the Software on one computer provided this copyright
  707.     is not violated and provided the rules outlined herein 
  708.     are observed.
  709.      
  710.     1.1 One person may use the Software on any single 
  711.     computer. This license can be transferred only once in 
  712.     any twenty-four hour period. You must pay for additional
  713.     copies of the Software if more than one person uses it 
  714.     during any 24 hour period of time, or if the Software 
  715.     is used on two or more computers. Neither concurrent use
  716.     on two or more computers, nor use by more than a single 
  717.     individual on a network is permitted without 
  718.     authorization and payment of other license fees.
  719.      
  720.     1.2 You may make copies of the software for backup 
  721.     purposes, as long as all such copies, along with the 
  722.     original, are kept in your possession or control.
  723.     
  724.     1.3 You may not make any changes or modifications to 
  725.     the Software, including, but not limited to, decompiling,
  726.     disassembling, or otherwise reverse engineering it. You 
  727.     may not rent or lease it to others. You may not use it 
  728.     on a computer network if more than one user can use it 
  729.     during any one 24 hour period of time.
  730.  
  731.  
  732.  
  733.                     LIMITED WARRANTY
  734.  
  735.     Wilson WindowWare guarantees your satisfaction with this
  736.     product for a period of 90 days from the date of original
  737.     purchase. If you are dissatisfied with the product 
  738.     within that time period, return the package in saleable 
  739.     condition to the place of purchase for a full refund.
  740.      
  741.     Wilson WindowWare warrants that all disks provided are 
  742.     free from defects in material and workmanship, assuming 
  743.     normal use, for a period of 90 days from the date of 
  744.     purchase.
  745.      
  746.     Wilson WindowWare warrants that the program will perform
  747.     in substantial compliance with the documentation supplied
  748.     with the software product. If a significant defect in 
  749.     the product is found, the purchaser may return the 
  750.     product for a refund. In no event will such a refund 
  751.     exceed the purchase price of the product.
  752.      
  753.     EXCEPT AS PROVIDED ABOVE, WILSON WINDOWWARE DISCLAIMS ALL
  754.     WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING,BUT NOT
  755.     LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND 
  756.     FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE 
  757.     PRODUCT. SHOULD THE PROGRAM PROVE DEFECTIVE, THE 
  758.     PURCHASER ASSUMES THE RISK OF PAYING THE ENTIRE COST 
  759.     OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION AND 
  760.     ANY INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
  761.     
  762.     IN NO EVENT WILL WILSON WINDOWWARE BE LIABLE FOR ANY 
  763.     DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION DAMAGES
  764.     FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS
  765.     OF BUSINESS INFORMATION AND THE LIKE) ARISING OUT OF THE
  766.     USE OR THE INABILITY TO USE THIS PRODUCT EVEN IF WILSON 
  767.     WINDOWWARE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 
  768.     DAMAGES.
  769.      
  770.     THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR 
  771.     RESALE AS ON-LINE CONTROL EQUIPMENT IN HAZARDOUS 
  772.     ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE, SUCH AS 
  773.     IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT 
  774.     NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC 
  775.     CONTROL, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS 
  776.     SYSTEMS, IN WHICH THE FAILURE OF THE SOFTWARE COULD 
  777.     LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE 
  778.     PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). 
  779.     
  780.     WILSON WINDOWWWARE SPECIFICALLY DISCLAIMS ANY EXPRESS OR
  781.     IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
  782.      
  783.     Use of this product constitutes your acceptance of this 
  784.     agreement and subjects you to its contents.
  785.      
  786.     U.S. GOVERNMENT RESTRICTED RIGHTS
  787.     Use, duplication, or disclosure by the Government is 
  788.     subject to standard shrink-wrapped software restrictions.
  789.     Contractor/manufacturer is Wilson WindowWare, Inc. 
  790.     5421 California Ave SW / Seattle, WA 98136
  791.  
  792.  
  793.  
  794.  
  795.                     TRADEMARKS
  796.  
  797.   Microsoft and MS-DOS are registered trademarks of the
  798.   Microsoft Corporation.
  799.   Windows is a trademark of Microsoft Corporation.
  800.  
  801.   WinBatch          is a registered trademark of Wilson WindowWare, Inc.  
  802.   WebBatch          is a registered trademark of Wilson WindowWare, Inc.
  803.   WinBatch+Compiler is a trademark of Wilson WindowWare, Inc.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.               *** WILSON WINDOWWARE PRODUCTS ***
  814.  
  815.  
  816.  WinEdit         - Power Programming for the Windows Environment.
  817.                    Full featured editor, or simple file browser.
  818.                    Super high speed, super powerful.   *  $99.95
  819.  
  820.  
  821.  
  822.  WinBatch        - Write your own Windows Batch Files!  Dialogs,
  823.                    automatic program control, and powerful data
  824.                    manipulation lets you control your Windows.
  825.                    A must for the power user.  Includes FileMenu
  826.                    and PopMenu.                         *  $99.95
  827.  
  828.  WinBatch    +   - NOT A SHAREWARE PRODUCT.  The WinBatch
  829.  COMPILER!         compiler can compile WinBatch batch files into
  830.                    standalone EXE files that may be distributed
  831.                    on a royalty free basis.  Great for networks
  832.                    and corporate gurus.  Compile your WBT files
  833.                    and then hand them out like candy.   * $495.00
  834.  
  835.  WebBatch        - Quick and easy scripting language for Web
  836.                    Servers running Windows NT.  60-day FREE eval
  837.                    copies available.  Purchase includes a FREE
  838.                    copy of WinBatch.  Get an eval copy from:
  839.                    
  840.                    http://webbatch.windowware.com        $295
  841.  
  842.  
  843. * 16-bit versions of a prior release of these products may be 
  844.   doun in the "Other Platform\Intel 16-bit" subdirectory of
  845.   the CD-ROM ir they may be downloaded from our web site.  
  846.   The license information provided with the shipped product 
  847.   will also work with the older 97E 16 bit version.
  848.  
  849.  
  850.  
  851.                     ORDERING INFORMATION
  852.  
  853.  Licensing our products brings you wonderful benefits.  Some of
  854.  these are:
  855.     - Gets rid of that pesky reminder window that comes up when
  856.       you start up the software.
  857.     - Entitles you to one hour free phone support for 90 days
  858.       ("your dime").
  859.     - Insures that you have the latest version of the product.
  860.     - Encourages the authors of these programs to continue 
  861.       bringing you updated/better versions and new products.
  862.     - Gets you on our mailing list so you are occasionally
  863.       notified of spectacular updates and our other Windows
  864.       products.
  865.     - And, of course, our 90-day money back guarantee.
  866.  
  867.  
  868.   An order form may be found in the application help file.  
  869.   Once you are viewing the order form, you can then select
  870.   the File - Print Topic menu item to obtain a hard copy.
  871.  
  872.  
  873.  
  874.  
  875.           
  876.           
  877.           
  878.           
  879.           
  880.           
  881.           
  882.           
  883.           
  884.           
  885.  
  886.  
  887.